From: Dave Love Date: Thu, 14 Nov 2002 14:15:48 +0000 (+0000) Subject: (get_specified_cursor_type, get_window_cursor_type): X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~29733 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c3588a51c828646415508e2ff8b0a47328e0610a;p=emacs.git (get_specified_cursor_type, get_window_cursor_type): Declare. --- diff --git a/src/frame.h b/src/frame.h index d28afde3814..7db48632105 100644 --- a/src/frame.h +++ b/src/frame.h @@ -692,6 +692,9 @@ extern Lisp_Object Vdefault_frame_alist; extern Lisp_Object Vterminal_frame; extern Lisp_Object Vmouse_highlight; + +enum text_cursor_kinds get_specified_cursor_type P_ ((Lisp_Object, int *)); +enum text_cursor_kinds get_window_cursor_type P_ ((struct window *, int *, int *)); /* Device-independent scroll bar stuff. */